

'宣言
 
Public MustInherit Class C1CursorCollectionView
    (Of T As Class,
     K) 
   Inherits C1CollectionViewBase(Of T)
   Implements ICollectionView(Of T), ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting 
            public abstract class C1CursorCollectionView<T,K> : C1CollectionViewBase<T>, ICollectionView<T>, ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting where T: class
System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1CursorCollectionView<T,K>
         C1.CollectionView.C1CursorCollectionView<T>